From 35882911d82cb6f336146333613f528baedd22b2 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Wed, 17 Aug 2022 10:55:49 -0400 Subject: [PATCH] Disable lto (otherwise FTBFS) (Closes: #1015390 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 867e096..e6e2af3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # export DH_VERBOSE=1 # see FEATURE AREAS in dpkg-buildflags(1) -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto export QT_SELECT := 5 -- 2.30.2